*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 14 Nov 2000 20:11:23 +0000 (20:11 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 14 Nov 2000 20:11:23 +0000 (20:11 +0000)
lisp/ChangeLog

index 1746b6111750363c2c6c89891b4c8671d977f94b..2a16bc57c1b0d95d6d0619993abd297c4f69b33f 100644 (file)
@@ -1,5 +1,15 @@
 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
+       (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
+       (checkdoc-minor-keymap): Backward compatibility.
+       (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
+       (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
+       (checkdoc-this-string-valid-engine): Be a bit more strict
+       to avoid matching substrings of `...' quoted vars/funs.
+       (checkdoc-defun-info): Only look for `interactive' if alone.
+       (debug-ignored-errors): Add "arg doesn't appear in docstring".
+
        * progmodes/compile.el (grep): `tag-default' can be nil.
 
        * newcomment.el (comment-indent): Paren typo.